home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Camelot / Camelot 064 (1990-02)(Swedish User Group of Amiga)(SE)(PD)[WB].zip / Camelot 064 (1990-02)(Swedish User Group of Amiga)(SE)(PD)[WB].adf / PLT / RELEASE_NOTES_V1.3A < prev    next >
Text File  |  1990-02-14  |  4KB  |  98 lines

  1. PLT: v1.3a release notes.  December 9,1989.
  2.  
  3. Bug Fixes:
  4.  
  5.    - The text size commands SI and SR didn't work properly when the scaling
  6.      mode was acitve (the SC command).  Not only that, but it the text size
  7.      was specified when scaling was off, it changed when scaling was on.
  8.    
  9.    - The pen moved when scaling was switched on or off, and when the scale
  10.      was changed.
  11.  
  12. New Features:
  13.  
  14.    - The arc and circle commands, AA, AR, and CI were added.  These were
  15.      added to provide compatibility with PRONET, at the request of a user.
  16.    
  17.    - The handler size has been reduced by 20%.  The handler interface needed
  18.      to be compiled with Manx's large code and large data options (Why?, I
  19.      don't know.), and since the Manx manual was too criptic on how to 
  20.      combine memory models, I just compiled everything with the large memory
  21.      models.  Well, I finally decided to experiment, and now only the handler
  22.      interface is compiled with the large models.
  23.  
  24. Included Files:
  25.  
  26.    PLT.doc        -  Document file for PLT: v1.3
  27.    HPGL_commands  -  Explaination of HP-GL commands supported by PLT:
  28.    plt-handler    -  PLT: handler
  29.    cf, cf.c       -  Font compiler
  30.    pltfontnames   -  Example font name list file
  31.    ascii.fnt      -  Text representation of the ascii font
  32.    ascii          -  ascii font
  33.    math-greek.fnt -  Text representation of the math-greek font
  34.    math-greek     -  math-greek font
  35.    
  36.    amiga.plt      -  Example HP-GL file
  37.    schematic.plt  -  Example HP-GL file
  38.    sr71.plt       -  Example HP-GL file
  39.    fonttest.plt   -  Example HP-GL file, shows some of the characters of the
  40.                      default font.
  41.    linetype.plt   -  Example HP-GL file, shows the patterned lines feature of
  42.                      PLT:
  43.  
  44.  
  45. Rich Champeaux  (rchampe@hubcap.clemson.edu)
  46.  
  47.  
  48. -----------------------------------------------------------------------------
  49.  
  50. PLT: v1.3 release notes.  November 16, 1989.
  51.  
  52. New Features:
  53.    
  54. -  Variable page sizes are now allowed.  PLT: regonizes standard page sizes
  55.    A - E, as well as page sizes specified by the limits fields on the 
  56.    Graphics 2 screen of Preferences.
  57.  
  58. -  Fonts are now disk resident.  This allows multiple fonts to be used durring
  59.    a plot and also allow the user to create or modify fonts.
  60.  
  61. -  PLT: defaults in the memory-squander mode but will now automaticly switch
  62.    to the memory conserve mode when available memory falls below 2K.  When
  63.    the memory mode is switched, the tree used in the memory-squander mode is
  64.    removed, freeing up space for more lines.
  65.  
  66. Bug Fixes:
  67.  
  68. -  The line types are now correctly implemented.
  69.  
  70. -  PLT: now places a dot when the pen is lowered and then raised with moving.
  71.  
  72. -  PLT: now correctly reads floating point numbers.
  73.  
  74. -  I think there were a few other bugs that were fixed, but I didn't write 
  75.    them down, and I've forgotten what they were.
  76.  
  77. Included Files:
  78.  
  79.    PLT.doc        -  Document file for PLT: v1.3
  80.    HPGL_commands  -  Explaination of HP-GL commands supported by PLT:
  81.    plt-handler    -  PLT: handler
  82.    cf, cf.c       -  Font compiler
  83.    pltfontnames   -  Example font name list file
  84.    ascii.fnt      -  Text representation of the ascii font
  85.    ascii          -  ascii font
  86.    math-greek.fnt -  Text representation of the math-greek font
  87.    math-greek     -  math-greek font
  88.    
  89.    amiga.plt      -  Example HP-GL file
  90.    schematic.plt  -  Example HP-GL file
  91.    fonttest.plt   -  Example HP-GL file, shows some of the characters of the
  92.                      default font.
  93.    linetype.plt   -  Example HP-GL file, shows the patterned lines feature of
  94.                      PLT:
  95.  
  96.  
  97. Rich Champeaux  (rchampe@hubcap.clemson.edu)
  98.